home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP Products & Services 1994 Summer / NeXTSTEP Products & Services 1994 Summer.iso / AlembicDemo.app / HyperSense / HyperSense.app / exceptBUG.strings < prev    next >
Text File  |  1993-10-26  |  2KB  |  23 lines

  1. /* this is the only page only field condition.  */
  2. "BUG_UGoofed" = "An unhandled Find condition exists. Figure out how you broke it. ";
  3. /* [short name of nonDocument object without a parent] my assumption that only a Document will have a parent that's not an Actor is apparently wrong */
  4. "BUG_ParentlessChild" = "Bug Doug.  Object `%s' is not a Document and its parent is not an Actor.";
  5. /* [document name]  the named document should be open, but we couldn't find it in openDocs list */
  6. "BUG_DocNotOpen" = "Unexpected error: Document %s is not open.";
  7. /* [name of resource doc; name of client doc]  client doc sent closeForDocument: msg to resource doc, but it doesn't have client in its clientDocs table. */
  8. "BUG_DocNotOpenAsResource" = "Bug Doug.  Document `%s' does not think it is open as a resource for client doc `%s'.";
  9. /* [class name of object being stored; full pathname of objectStore file] an attempt was made to store an object with an iNum of NO_SUCH_INT. */
  10. "BUG_InvalidInum" = "Internal Error – Attempt to store object of type %s with invalid iNum in file %s.";
  11. /* [context class name]  Ended editing for an unrecognized context class */
  12. "BUG_EndEditingBadContext" = "End editing on page: Unknown context %s.";
  13. /* [# docs still open]  HCApp wasn't able to close all the documents it though were open */
  14. "BUG_DocsNotAllClosed" = "Resource Management Error: Documents did not all close (%d still open).";
  15. /* [reciever class name]  Attempted to send a message to a non-Actor */
  16. "BUG_ReceiverNotActor" = "Receiver is not an Actor (%s)!";
  17. /* [tool type]  Attempted to draw with an unknown tool type */
  18. "BUG_UnknownTool" = "Unknown tool type: %d";
  19. /* [value type]  unrecognized type for a Value object */
  20. "BUG_UnknownValueType" = "Unknown Value type: %d.";
  21. /* [spec]  object spec unknown */
  22. "BUG_BadObjectSpec" = "Unexpected value: %d -- does not specify an Element, Layer, Page, Stack or Document!";
  23.